home *** CD-ROM | disk | FTP | other *** search
- Path: trog.dra.hmg.gb!news
- From: dspring@.gb (David Spring)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Help on Changing Colours
- Date: Tue, 12 Mar 1996 14:40:58 GMT
- Organization: Defence Research Agency
- Message-ID: <4i42k4$4dg@trog.dra.hmg.gb>
- Reply-To: dspring@.gb
- NNTP-Posting-Host: 146.80.246.31
- X-Newsreader: Forte Free Agent v0.55
-
- I've got a what is probably a simple problem:-
-
- In assembler I have done the following:-
-
-
- Open Intuition.library
- Open Graphics.library
- OpenScreenTagList
- OpenWindowTagList
- SetRGB4
- CloseWindow
- CloseScreen
- Close Graphics.library
- Close Intuition.library
-
- The problem is that the colour changes on the screen which executed
- the program. So if was run from Workbench then the colour would change
- on that screen, and from Monam the same thing happens.
-
- I have tried using GetColourMap and FreeColourMap as a last resort
- before and after the SetRGB4 statement.
-
- Can anyone tell me if the SetRGB32 statement has the same parameters
- as the SetRGB4 one?
-
- Has anyone written any docs describing the new 3.x library calls?
-
- Thanks in advance, David Spring.
-
-
-
-